github.com/vmihailenco/msgpack/v5.field.index (field)

11 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L94: 	index     []int
		types.go#L101: 	v, ok := fieldByIndex(strct, f.index)
		types.go#L109: 	v, ok := fieldByIndex(strct, f.index)
		types.go#L117: 	v := fieldByIndexAlloc(strct, f.index)
		types.go#L201: 			index:     f.Index,
		types.go#L271: 		field.index = append(f.index, field.index...)
		types.go#L310: 		field.index = append(f.index, field.index...)